Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorkbookSet Class / AddCustomList Method / AddCustomList(String[]) Method
Specifies the source data


In This Topic
    AddCustomList(String[]) Method
    In This Topic
    the list that you are trying to add already exists
    Syntax
    'Declaration
     
    
    Public Overloads Function AddCustomList( _
       ByVal listArray() As String _
    ) As Boolean
    'Usage
     
    
    Dim instance As WorkbookSet
    Dim listArray() As String
    Dim value As Boolean
     
    value = instance.AddCustomList(listArray)
    public bool AddCustomList( 
       string[] listArray
    )

    Parameters

    listArray
    Specifies the source data

    Return Value

    true if the custom list is added; otherwise, false if the list that you are trying to add already exists.
    See Also